.bordes1{
border-width:5px;
height: 300px;
}

table {
margin: auto;
border-collapse: collapse;
}

th, td {
border: 3px double #3c33b7;
background-color: #3498db;
padding: 10px;
text-align: center;
font-family: "Josefin Sans", sans-serif;
font-optical-sizing: auto;
font-weight: weight;
font-style: normal;
}

body {
  background: linear-gradient(#2b0e92, #f1c40f, #ffffff);
  color: #380604;
  border-radius: 10px;
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  align-content: center;
}

img:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}